projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f5e48
)
* Fix LIMPLE latch block name coloring in "*Native-compile-Log*"
author
Andrea Corallo
<akrl@sdf.org>
Sat, 10 Oct 2020 12:31:03 +0000
(14:31 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Sat, 10 Oct 2020 13:15:49 +0000
(15:15 +0200)
* lisp/emacs-lisp/comp.el (comp-limple-lock-keywords): Fix
latch block name coloring.
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 1c5a4975f24de72db855a2e62fc0b3aef4e81899..a7da7d42e9c9ec728420e5cf093f89d1678ec274 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-493,7
+493,7
@@
Assume allocation class 'd-default as default."
(1 font-lock-variable-name-face))
(,(rx (group-n 1 (or "entry"
(seq (or "entry_" "entry_fallback_" "bb_")
- (1+ num)))))
+ (1+ num)
(? "_latch")
))))
(1 font-lock-constant-face))
(,(rx "(" (group-n 1 (1+ (or word "-"))))
(1 font-lock-keyword-face)))